Author Topic: The 08 september 2006 build is out.  (Read 35400 times)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: The 08 september 2006 build is out.
« Reply #30 on: September 11, 2006, 04:12:59 pm »
Re: Config fonts too small on some Linux systems

* DragScroll v0.28 Commited 2006/09/11
- Removed all SetFont() calls
- Removed SetBackgroundColor() calls

sethjackson

  • Guest
Re: The 08 september 2006 build is out.
« Reply #31 on: September 11, 2006, 05:58:55 pm »
Windows ANSI build is here.

this version doesn't work (at least on my) Win98-SE,
because it wants SHGetfolderPath exported from shell32.dll,
which isn't supported on W98

i can't understand why people create, announce and host such builds
and are not doing a simple testrun if it works  :?

really sloppy ...

btw. i solved the issue and will post the solution in another thread ...

Sorry tiwag. :(

Anyways thanks for fixing it. :D

EDIT:

BTW I'm building the ANSI build on XP. ;)
So there really is no way for me to tell if it works on Win 98 or not (If there is would you mind telling me???).
« Last Edit: September 11, 2006, 06:12:20 pm by sethjackson »

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: The 08 september 2006 build is out.
« Reply #32 on: September 11, 2006, 06:50:04 pm »
All this time the ansi build did work fine under Window ME. And btw, sethjackson started to post these ansi builds one/two months ago, how come nobody tried it until now? Nobody's interested or everyone has Windows Millennium.
(i'm not criticizing your work, sethjackson!)

So there really is no way for me to tell if it works on Win 98 or not (If there is would you mind telling me???).

You can install Microsoft Virtual PC 2004 (freeware  :o ) and if you have an old windows me/windows 98 installation cd you can test it there :)

sethjackson

  • Guest
Re: The 08 september 2006 build is out.
« Reply #33 on: September 11, 2006, 06:54:32 pm »
Actaully I believe some people have tried it (on 98). I even tried it myself albeit on XP.....

Thanks for the link (shoulda thought of virtual PC duh), but that is for mac......

I think you meant this.

http://www.microsoft.com/windows/virtualpc/default.mspx
« Last Edit: September 11, 2006, 06:56:37 pm by sethjackson »

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: The 08 september 2006 build is out.
« Reply #34 on: September 11, 2006, 06:56:28 pm »

sethjackson

  • Guest
Re: The 08 september 2006 build is out.
« Reply #35 on: September 11, 2006, 06:57:20 pm »

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: The 08 september 2006 build is out.
« Reply #36 on: September 11, 2006, 08:19:46 pm »
tha ansi build doesn't work on W98 .

crashes all the time  :shock:  :x  :shock:  :x

* at PluginManager::GetConfigurationPanels
   when trying to open the menu "Settings->Editor"
* start Building with backticked ` ` commands
* when codecompletion is enabled
...

no thanks, W98 is really out  :?

the bad thing is, my laptop has only Win98 and i go to vaction tomorrow ...
(need a new laptop before next vacation  :x )

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: The 08 september 2006 build is out.
« Reply #37 on: September 11, 2006, 08:21:43 pm »
BTW I'm building the ANSI build on XP. ;)
So there really is no way for me to tell if it works on Win 98 or not (If there is would you mind telling me???).
i was building on XP too, tested it in a VMware win98-box,

real test on my old laptop (see above, doesn't work  :( )

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 08 september 2006 build is out.
« Reply #38 on: September 11, 2006, 09:17:30 pm »
tha ansi build doesn't work on W98 .

crashes all the time  :shock:  :x  :shock:  :x

* at PluginManager::GetConfigurationPanels
   when trying to open the menu "Settings->Editor"
* start Building with backticked ` ` commands
* when codecompletion is enabled
...

no thanks, W98 is really out  :?

the bad thing is, my laptop has only Win98 and i go to vaction tomorrow ...
(need a new laptop before next vacation  :x )

Check the logs. Sounds like it's picking up wrong DLLs.
Be patient!
This bug will be fixed soon...

Poobah

  • Guest
Re: The 08 september 2006 build is out.
« Reply #39 on: September 12, 2006, 09:22:59 am »
-File->New Project
-Pick any project
-Project->Properties
-Select "Targets" tab"
-Output filename reads "\test.exe" assuming that the project was called "test".

Shouldn't it default to ".\test.exe" in this case?