DemoC++Plugin won't work in Visual C++ 2005 Express Beta
Posted: August 22nd, 2005, 10:57 pm
OK - it's been an awful long time since I last wrote any c++, but I want to use it for an LCDSmartie plugin. So I've downloaded the current MS Visual C++ 2005 Express Beta (I know, I know, but budget's tight). That installed OK and I built and ran a little test app.
Then I opened and built the DemoC++Plugin sample. MSVC++ converted the project without complaint. I didn't modify the code and it seems to build OK apart from complaining that 'itoa' was declared deprecated.
I copied the resultant dll into the LCDSmartie\plugins folder, started LCDSmartie and set up a screen to show
$dll(DemoC++Plugin.dll,1,TEST1,TEST) as line 1 and
$dll(demo.dll,5,paramA,paramB) as line 2
demo.dll works OK, my build of DemoC++Plugin.dll doesn't. No output.
Tried changing all the settings I can think of but no luck, so does anyone have a list of blindingly obvious things I should have tried already?
I can post more info if it'll help.
Thanks
Phil.
Then I opened and built the DemoC++Plugin sample. MSVC++ converted the project without complaint. I didn't modify the code and it seems to build OK apart from complaining that 'itoa' was declared deprecated.
I copied the resultant dll into the LCDSmartie\plugins folder, started LCDSmartie and set up a screen to show
$dll(DemoC++Plugin.dll,1,TEST1,TEST) as line 1 and
$dll(demo.dll,5,paramA,paramB) as line 2
demo.dll works OK, my build of DemoC++Plugin.dll doesn't. No output.
Tried changing all the settings I can think of but no luck, so does anyone have a list of blindingly obvious things I should have tried already?
I can post more info if it'll help.
Thanks
Phil.