|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
HardwareHeaven Senior Member
Join Date: Jul 2004
Posts: 452
Rep Power: 0 ![]() |
fx_demo in 3542
Hi!
I would like to remake a plugin I did some time ago, but I'm stuck... I can compile the fx_demo in 3542 (btw, it complains about a missing stdafx.cpp, just copied the one from 3538), I can register it, but when I try to open it's gui I get this message: http://i31.tinypic.com/f9nmvm.jpg any clue? thanks |
|
|
|
|
|
#2 |
|
HardwareHeaven Extreme Member
Join Date: Jan 2005
Posts: 5,561
Rep Power: 62 ![]() ![]() ![]() ![]() ![]() ![]() |
Stdafx.cpp is not really needed for anything so you can delete it's reference from the project, or copy it from the older SDK (like you did), or create a new one (it basically only contains an include for stdafx.h).
Compile the plugin using the Win32 - Release config (3539 and up no longer use the debug version of MFC). Last edited by Russ; Jun 10, 2008 at 08:08 PM. |
|
|
|
|
|
|
|
HardwareHeaven Senior Member
Join Date: Jul 2004
Posts: 452
Rep Power: 0 ![]() |
Thanks, Russ! It's working now.
|
|
|
|
![]() |
| Thread Tools | |
|
|