|
|
|
|
|
#1 |
|
Registered User
Join Date: Sep 2009
Posts: 1
|
Visual C++ 2008 or 2010
Hello,
I compiled a very simple plugin to read from and write to the windows registry. But even if I don't use the plugin in my code, simply by click the plugin in the plugin-tab active make the application non-functionable (screen stays empty). I use Visual C++ 2008 with the nc_plugin2005.lib. Is that a problem. Are you have an nc_plugin2008.lib or even nc_plugin2010.lib? Thanks in advance coder694 |
|
|
|
|
|
#2 |
|
Tim
Join Date: May 2001
Location: Ottawa
Posts: 11,874
|
The nc_plugin2005.lib works with VS 2008, I haven't tested it against VS 2010, but I'm not aware of any reason it shouldn't work. Can you send us a stripped down version of your project so we can try and duplicate the issue here?
|
|
|
|
|
|
#3 |
|
non compos mentis
Join Date: Dec 2002
Location: Canada, Montreal
Posts: 2,793
|
Works fine for me.
Although I only used CallDLL and Hello Also check out this thread if you can't build the demo code: http://northcode.com/forums/showthread.php?t=10258 |
|
|
|