News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Problems with Wx

Started by DarkDepths, March 02, 2007, 04:34:18 AM

Previous topic - Next topic

stahta01

#15
What exactly are you typing in that causes the access error?

Note: cd <WX>\build\msw is not valid command the <WX> is supposed to be replaced by your wxWidgets folder.

My wxWidgets folder is C:\wx\inno\wxWidgets-2.6\wxWidgets-2.6.3p2.

So, I would do the command below in the CMD box.


cd C:\wx\inno\wxWidgets-2.6\wxWidgets-2.6.3p2\build\msw


Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

DarkDepths

Im just trying to get to the directory. So first I switch to the D drive. Then I type

cd <WX>\build\msw

It happens if I try

cd <MGW>\bin

too. BTW, MGW is MinGW.

stahta01

Quote from: DarkDepths on March 05, 2007, 03:53:19 AM
Im just trying to get to the directory. So first I switch to the D drive. Then I type

cd <WX>\build\msw

It happens if I try

cd <MGW>\bin

too. BTW, MGW is MinGW.

The characters < and > are special characters and will cause major issues in path names.

Tim S 
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

DarkDepths

#18
Hey, I got me some access, thank-you so much!

But, apparently wxWidgets didn't build for some reason...

But don't fret about it. I think I will just go the hard way for now, win32 api here I come... or maybe smartwin.