Search found 118 matches: oledlg

Return to advanced search

Re: Creacion de EasyReport

... echo mpr.lib >> msvc.tmp echo version.lib >> msvc.tmp echo wsock32.lib >> msvc.tmp echo msimg32.lib >> msvc.tmp echo oledlg.lib >> msvc.tmp echo psapi.lib >> msvc.tmp echo gdiplus.lib >> msvc.tmp echo winmm.lib >> msvc.tmp echo ereport.res >> ...
by cnavarro
Sun Oct 05, 2014 10:56 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: Creacion de EasyReport
Replies: 13
Views: 7299

Detailed guide to use the Visual Studio 2013 IDE with FWH

... the button with the "green play" bitmap), you will find that some Windows libraries are still missing, so we are going to add them too: OleDlg.lib, msimg32.lib, version.lib, ComCtl32.lib look for them at c:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\ https://bitbucket.org/fivetech/visual-studio-ide/downloads/step_17.jpg ...
by Antonio Linares
Mon Jun 23, 2014 5:21 am
 
Forum: Utilities / Utilidades
Topic: Detailed guide to use the Visual Studio 2013 IDE with FWH
Replies: 9
Views: 5061

Re: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs

... advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib iphlpapi.lib mpr.lib version.lib wsock32.lib msimg32.lib oledlg.lib psapi.lib gdiplus.lib winmm.lib one.res
by Patricio Avalos Aguirre
Tue Jun 10, 2014 8:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs
Replies: 18
Views: 5219

Re: Full working project for Visual Studio 2012 IDE

Tim,

Please link version.lib and OleDlg.lib from Microsoft.

Don't worry for RichEdit, its FWH the one which uses it so it gets linked in.
by Antonio Linares
Tue Jun 10, 2014 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full working project for Visual Studio 2012 IDE
Replies: 31
Views: 6862

Re: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs

... advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib iphlpapi.lib mpr.lib version.lib wsock32.lib msimg32.lib oledlg.lib psapi.lib gdiplus.lib winmm.lib one.res
by Patricio Avalos Aguirre
Mon Jun 09, 2014 9:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH64 con Visual Studio 2013 y multiples PRGs
Replies: 18
Views: 5219

Re: Full working project for Visual Studio 2012 IDE

Tim, Are you linking OleDlg.lib ? Don't worry for these warnings: 1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library 1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts ...
by Antonio Linares
Sat Jun 07, 2014 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full working project for Visual Studio 2012 IDE
Replies: 31
Views: 6862

Re: Visual Studio 2013 & 32 bit builds

2. You have to link OleDlg.lib too from Microsoft
by Antonio Linares
Fri Jun 06, 2014 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio 2013 & 32 bit builds
Replies: 24
Views: 5372

call a dll32 function

... I have not function at all everything is fine. I compile with xbuildw tool using xharbour Jan2013 and fivewin 13.04. I add mem32.lib, send32.lib, oledlg.lib. I also use see32.lib. The prg is compiled correctly but it does not show anything on the screen. If I delete the dll32 function from see32.ch ...
by jorjio
Mon May 26, 2014 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: call a dll32 function
Replies: 8
Views: 2084

Re: Compilar fivewin a 64 con harbour

... echo mpr.lib >> msvc.tmp echo version.lib >> msvc.tmp echo wsock32.lib >> msvc.tmp echo msimg32.lib >> msvc.tmp echo oledlg.lib >> msvc.tmp echo psapi.lib >> msvc.tmp echo gdiplus.lib >> msvc.tmp echo winmm.lib >> msvc.tmp IF EXIST one.res echo ...
by jbaezd
Mon May 26, 2014 3:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar fivewin a 64 con harbour
Replies: 4
Views: 2301

Re: First true Windows 8 Metro app from FWH !!!

... 0x0010B000 C:\WINDOWS\SYSTEM32\OLE32.DLL 0x75850000 0x00087000 C:\WINDOWS\SYSTEM32\OLEAUT32.DLL 0x70EB0000 0x0001D000 C:\WINDOWS\SYSTEM32\OLEDLG.DLL 0x758E0000 0x0014E000 C:\WINDOWS\SYSTEM32\COMBASE.DLL 0x75D40000 0x000BE000 C:\WINDOWS\SYSTEM32\msvcrt.dll 0x75700000 0x0003E000 C:\WINDOWS\SYSTEM32\sechost.dll ...
by cnavarro
Sun Apr 20, 2014 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: First true Windows 8 Metro app from FWH !!!
Replies: 13
Views: 5994

Re: FWH64 : Error

... echo mpr.lib >> msvc.tmp echo version.lib >> msvc.tmp echo wsock32.lib >> msvc.tmp echo msimg32.lib >> msvc.tmp echo oledlg.lib >> msvc.tmp echo psapi.lib >> msvc.tmp echo gdiplus.lib >> msvc.tmp echo winmm.lib >> msvc.tmp
by Vikthor.Thomas
Wed Jan 08, 2014 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : Error
Replies: 7
Views: 832

FastReport for [x]Harbour & -

... ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Wsock32 . ws2_32.lib wininet.lib lib advapi32.lib shlwapi.lib msimg32.lib mpr.lib OleDlg.lib version.lib comctl32.lib comdlg32.lib gdi32.lib shell32.lib Winmm.lib lz32.lib Netapi32.lib - out: " test.exe " <<< Creating ...
by mtajkov
Fri Dec 06, 2013 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport for [x]Harbour & -
Replies: 6
Views: 1771

Re: problem with FWH 2013.09 and xHarbour.com

... -LIBPATH:"C:\xHB\c_lib" -LIBPATH:"C:\xHB\c_lib\win" "obj\test.obj" "mem32.lib" "oledlg.lib" "send32.lib" "png.lib" "c:\fwh\lib\FiveHCM.lib" "c:\fwh\lib\FiveHMX.lib" "c:\xHb\lib\OptG.lib" ...
by codemaker
Sat Nov 16, 2013 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 2013.09 and xHarbour.com
Replies: 4
Views: 1825

Re: problem with tlayout

... ole32.lib oleaut32.lib odbc32.lib odbccp32.lib uuid.lib wsock32.lib ws2_32.lib wininet.lib advapi32.lib shlwapi.lib msimg32.lib mpr.lib OleDlg.lib version.lib comctl32.lib comdlg32.lib gdi32.lib shell32.lib winmm.lib lz32.lib Netapi32.lib -out:"t.exe"<<< xLINK: warning: ...
by kajot
Sat Nov 16, 2013 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with tlayout
Replies: 14
Views: 5638

problem with tlayout

... ole32.lib oleaut32.lib odbc32.lib odbccp32.lib uuid.lib wsock32.lib ws2_32.lib wininet.lib advapi32.lib shlwapi.lib msimg32.lib mpr.lib OleDlg.lib version.lib comctl32.lib comdlg32.lib gdi32.lib shell32.lib winmm.lib lz32.lib Netapi32.lib -out:"t.exe"<<< xLINK: warning: ...
by kajot
Fri Nov 15, 2013 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with tlayout
Replies: 14
Views: 5638
PreviousNext

Return to advanced search