Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 301)

Ticket Resolution Summary Owner Reporter
#81 fixed Error Tellie
Description

Some programs give me this output. g++ -Zomf -Zstack 0x2000 -Zmap -Zlinker "DISABLE 1121" -s -o release\blubbels.exe @release\OBJECTS.blubbels.Release.rsp -Lu:\qt-4.5.1\lib -lQtGui4 -lQtCore4 n -x2 release\app_icon.res release\blubbels.exe SYS1041: The name n is not recognized as an internal or external command, operable program or batch file.

I see in the makefile that it's calling this line: $(RC) -n -x2 $(RES_FILE) $(DESTDIR_TARGET) Whats (RC) for a program, the only program i see is Operating System/2 Resource Compiler Version 3.00.011 May 30 1995 But when i look for the -n and the x2 i see only for -n -n - Don't show logo

No option for -x2 So i believe i have wrong program, what program must i use..

#82 fixed add support for wrc Silvan Scherrer
Description

adding support for wrc in qmake.

if emxomfld_rc_type=WRC then take wrc otherwise rc

#83 invalid QWidget::create() Silvan Scherrer
Description

while testing blubbels i saw the following: QWidget::create(): WinCreateWindow?(WC_FRAME) failed with 0x00081034 QWidget::create(): WinCreateWindow? failed with 0x00081001

when building the app as debug app all works

game.cpp needs a #ifndef Q_OS_OS2 search for use_sound = on; and change this to

#ifndef Q_OS_OS2 use_sound = on; #else use_sound = false; #endif

download: http://sourceforge.net/settings/mirror_choices?projectname=blubbels&filename=Blubbels/Blubbels%200.9/blubbels-0.9.tar.gz

Note: See TracQuery for help on using queries.