replica nfl jerseysreplica nfl jerseyssoccer jerseyreplica nfl jerseys forums.silverfrost.com :: View topic - 64-bit Windows 7 and SDBG.INI
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 

64-bit Windows 7 and SDBG.INI

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



Joined: 02 Aug 2005
Posts: 318

PostPosted: Tue Mar 15, 2011 4:17 pm    Post subject: 64-bit Windows 7 and SDBG.INI Reply with quote

I've been forced(!) to move to a new PC (windows7-64) and have transferred the development folders across to it, and recompiled everything OK, but when I try to run it under the debugger, I get an exception "E06D7363". On my previous 32-bit XP box, the fix for this was to add some lines to the c:\windows\SDBG.INI file:

IgnoreException-1=E06D7363

So, I've copied my SDBG.INI file across, but it hasn't made any difference. But, I realise, c:\windows may not be the correct folder to put the INI file in?
If not, where should it go?

TIA

K
Back to top
View user's profile Send private message Visit poster's website
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 8213
Location: Salford, UK

PostPosted: Tue Mar 15, 2011 6:49 pm    Post subject: Reply with quote

I think that it is probably still c:\Windows but there is an API function to get it namely GetWindowsDirectory. Also the environment variable windir should be the same.

The data is obtained using the API function GetPrivateProfileString and the default path (which is the Windows directory).
Back to top
View user's profile Send private message AIM Address
KennyT



Joined: 02 Aug 2005
Posts: 318

PostPosted: Tue Mar 15, 2011 6:51 pm    Post subject: Re: Reply with quote

PaulLaidler wrote:
I think that it is probably still c:\Windows but there is an API function to get it namely GetWindowsDirectory. Also the environment variable windir should be the same.

The data is obtained using the API function GetPrivateProfileString and the default path (which is the Windows directory).

Yep, I use those functions for my code, but what does SDBG use?

K
Back to top
View user's profile Send private message Visit poster's website
Robert



Joined: 29 Nov 2006
Posts: 457
Location: Manchester

PostPosted: Tue Mar 15, 2011 7:43 pm    Post subject: Reply with quote

On my PC it goes in: C:\Users\Robert\AppData\Local\VirtualStore\Windows

write access to /windows (and /program files) is virtualised
Back to top
View user's profile Send private message Visit poster's website
KennyT



Joined: 02 Aug 2005
Posts: 318

PostPosted: Tue Mar 15, 2011 10:48 pm    Post subject: Re: Reply with quote

Robert wrote:
On my PC it goes in: C:\Users\Robert\AppData\Local\VirtualStore\Windows

write access to /windows (and /program files) is virtualised

Thanks Rob, that's the one!

K
Back to top
View user's profile Send private message Visit poster's website
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