Hi,
I have just installed CS and the demos work fine. I tried to follow the "Creating an External MSVC 7 Application" tutorial, and there was no problem with the compilation:
------ Build started: Project: simple1, Configuration: Release Win32 ------
Linking...
Build log was saved at "file://c:\Documents and Settings\Lionel\Mes documents\Visual Studio Projects\simple1\Release\BuildLog.htm"
simple1 - 0 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 1 succeeded, 0 failed, 0 skipped
But when I try to execute the simple1.exe, I've got this problem:
C:\Documents and Settings\Lionel\Mes documents\Visual Studio Projects\simple1\Release>simple1.exe
WARNING: could not load plugin 'crystalspace.kernel.vfs'
Couldn't load VFS plugin "crystalspace.kernel.vfs"!
WARNING: could not load plugin 'crystalspace.kernel.vfs'
WARNING: could not load plugin 'crystalspace.graphics3d.opengl'
WARNING: could not load plugin 'crystalspace.engine.3d'
WARNING: could not load plugin 'crystalspace.font.server.default'
WARNING: could not load plugin 'crystalspace.graphic.image.io.multiplex'
WARNING: could not load plugin 'crystalspace.level.loader'
WARNING: could not load plugin 'crystalspace.utilities.reporter'
WARNING: could not load plugin 'crystalspace.utilities.stdrep'
ERROR: No iEngine plugin!
C:\Documents and Settings\Lionel\Mes documents\Visual Studio Projects\simple1\Release>
Could someone help me to know what's the problem, please?
I use CS 0.98r004 and Visual Studio .NET 2003