Hello,
I am migrating my FW-Clipper applications to xHarbour.
I was able to replace all the necessary functions. I also compiled my RC-files by using the Borland BRC32-compiler.
I changed "BWCC.DLL" into "BWCC32.DLL" in LoadLibrary(). But what about CTL3D.DLL ? I put CTLD3D32.DLL into the map.
For compiling and linking my application I use the xBuilder. If I understand well, I don't need to add all the xHarbour LIB-files since they are added automatically.
So far so good.
When I start my FW-xHarbour application, I normally show a little dialog box while the necessary files are loaded.
And that's where my problem occurs : "Error FiveWin/3 Cannot create dialog box".
What did I change in my RC-files ? (Antonio told me so)
1. I replaced "TFolder" with "SysTabControl32"
2. I added these lines to my RC-files :
#ifdef __FLAT__
1 24 "WindowsXP.Manifest"
#endif
I put "WindowxXP.Manifest" in the map with my RC-files.
Is that all that needs to be done to the RC-files ?
Why does this error occurs ?
Thank you very much in advance for any help.
Michel Driessen
Genk (Belgium)
M&A Consult bvba