- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
HOOPS with Release and Debug mode
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-02-2011 04:45 PM
Hi,
I wrote a very easy app in hoops.
It did not successed under debug mode, an error said:
1>Compiling...
1>test.cpp
1>Compiling resources...
1>Linking...
1>LINK : fatal error LNK1181: cannot open input file 'hoops_streamd.lib'
1>Build log was saved at "file://c:\hello_world_HOOPS\test\test\Debug_nt_i3
1>test - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
But when i switched to release mode, it worked.
why is that. If i continue to work under release mode, would the code work funtionally.
Thanks in advance
Re: HOOPS with Release and Debug mode
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-29-2011 08:28 PM
Hi,
Only release version of dlls are shipped with the installation.
If you need to create a debug build of your application, you will have to build HOOPS in debug mode and generate the debug version of dlls yourself.
Cheers!
jinesh

