Author Topic: Problems with Wx  (Read 11591 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7590
    • My Best Post
Re: Problems with Wx
« Reply #15 on: March 05, 2007, 03:45:25 am »
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.

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

Tim S
« Last Edit: March 05, 2007, 03:53:33 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

DarkDepths

  • Guest
Re: Problems with Wx
« Reply #16 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7590
    • My Best Post
Re: Problems with Wx
« Reply #17 on: March 05, 2007, 03:54:52 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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

DarkDepths

  • Guest
Re: Problems with Wx
« Reply #18 on: March 05, 2007, 03:59:30 am »
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.
« Last Edit: March 05, 2007, 05:58:34 am by DarkDepths »