forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DEBUG

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support
View previous topic :: View next topic  
Author Message
clint



Joined: 14 Jun 2006
Posts: 37

PostPosted: Fri Jun 30, 2006 10:12 am    Post subject: DEBUG Reply with quote

When debugging the code using Visual Studio:

how do you set:
1 the path variable to load DLLs?
2 the command line args? (The values in
Code:
Configuration Properties/Compiler Options/Launch arguments
seem to be ignored)
3 the run-time path?


thanks
Clint
Back to top
View user's profile Send private message
Andrew



Joined: 09 Sep 2004
Posts: 232
Location: Frankfurt, Germany

PostPosted: Sat Jul 01, 2006 7:38 am    Post subject: DEBUG Reply with quote

1 DLLs should be present in the project directory or in the same directory as the executable (Debug/NET/ or Debug/Win32 for example)
2 Command line arguments are not passed correctly to the executable due a Visual Studio API problem, you can use 'Start Without Debugging' to get the command line working correctly - another option of course is to make your program read its options from a file (not ideal I know, but a workaround). If you are using Win32 only then you can also set the debugger type to SDBG and the command line can then be obtained.
3 The current directory is the project directory
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group