I'm building a PB/CC app, all is well and I want to all a function in one of my basic DLL's that I use for everything (It tastes like chicken)..
Anyway, problem I am getting is that my INC file does the #include "win32api.inc" because of it's functions..
I do an #include "CCS.INC" and attempt to compile my app and get these errors about parameter mismatch with prior declaration...
I know there are differences between the two win32api.inc files...
I don't want to rewrite or cut and paste my code out, Be nice if I could just use it..
Is there a general solution to this problem, can I attempt to use the PB/CC win32api.inc with my CCS.INC ?
I can't seem to keep the two straight, my DLL is already compiled, therefore it should not need a win32api.inc or anything, my calls are all custom functions, therefore they should not need that either, but I do use some commctl functions and require that one....
Suggestions to proceed?
Scott
-------------
Scott Turchin
Anyway, problem I am getting is that my INC file does the #include "win32api.inc" because of it's functions..
I do an #include "CCS.INC" and attempt to compile my app and get these errors about parameter mismatch with prior declaration...
I know there are differences between the two win32api.inc files...
I don't want to rewrite or cut and paste my code out, Be nice if I could just use it..
Is there a general solution to this problem, can I attempt to use the PB/CC win32api.inc with my CCS.INC ?
I can't seem to keep the two straight, my DLL is already compiled, therefore it should not need a win32api.inc or anything, my calls are all custom functions, therefore they should not need that either, but I do use some commctl functions and require that one....
Suggestions to proceed?
Scott
-------------
Scott Turchin
Comment