c++.wxwindows - Where can I find wx_sc.lib
- Yeric (8/8) Apr 27 2004 Hi
- chris elliott (4/17) Apr 28 2004 it should be built from the make -fmakefile.sc in
- Yeric (21/23) Apr 28 2004 Hmmm then I am in the chicken and egg situation, becuase my build is fai...
- Arjan Knepper (5/39) Apr 28 2004 Describe what you are doing exactly.
- Yeric (15/18) Apr 28 2004 Hi Arjan,
- W這dzimierz Skiba (6/7) Apr 28 2004 It would be best to know whole output because earlier operations in
- Arjan Knepper (12/34) Apr 28 2004 Seems OK to me.
- Yeric (3/14) Apr 28 2004 Ok will do, I will wait till I get home and post the info
- Yeric (156/156) Apr 28 2004 Arjan here is the error.txt file, looks like -v is not an option hope th...
- W這dzimierz Skiba (11/12) Apr 28 2004 I see a problem. Most probably
- Yeric (7/16) Apr 28 2004 I figured this might be a problem, but since dmc does not need reg entri...
- W這dzimierz Skiba (3/4) Apr 29 2004 I'm looking for this as well for automation in bakefiles.
- Arjan Knepper (5/14) Apr 29 2004 Generating .prj and .def files is not that difficult. The real challenge...
- Yeric (5/7) Apr 28 2004 Thanks I just moved the dm\bin before the MSVC stuff and it worked, and
- chris elliott (6/16) Apr 29 2004 d mars make does not understand how to make multiple configurations, but...
- chris elliott (3/6) Apr 29 2004 my disk died - new disk installed, and gradually rebuilding it - should
- W這dzimierz Skiba (8/17) Apr 28 2004 I think you are mistaking two makefile.sc files.
- Yeric (4/7) Apr 28 2004 afaik the libs, I am building from %WXWIN%\src\msw
- Yeric (10/10) Apr 28 2004 Chris just a quick Q
- chris elliott (6/15) Apr 29 2004 This is an XP thing, and I have seen it with several compilers. Its
- W這dzimierz Skiba (5/7) Apr 29 2004 Regarding CVS Head, there was my patch applied recently with removal of
- Yeric (4/6) Apr 29 2004 Not entirely sure will check later, I only built from the 242 install fi...
- chris elliott (4/15) Apr 29 2004 I only have intermittent access to an XP box, but will look this weekend...
- Yeric (3/5) Apr 29 2004 No change still the same oddly it seems ok compiled with vc++6 maybe it ...
- chris elliott (4/7) Apr 29 2004 the CVS version has a dialog editor too, and is nearly ready for
- Yeric (2/2) Apr 29 2004 Excellent, I will give it a go later
Hi Trying to build wxWindows-2.4.2 using makefile.sc, gets so far then complains it can't open input file ..\..\lib\wx_sc.lib I have looked in both wxWindows dir and dm dir for this file but can't find it. I am using CD version of DM and updated to 8.40 Any help appreciated Yeric
Apr 27 2004
it should be built from the make -fmakefile.sc in C:\wx\wxWindows-2.4.2\src\msw chris Yeric wrote:Hi Trying to build wxWindows-2.4.2 using makefile.sc, gets so far then complains it can't open input file ..\..\lib\wx_sc.lib I have looked in both wxWindows dir and dm dir for this file but can't find it. I am using CD version of DM and updated to 8.40 Any help appreciated Yeric
Apr 28 2004
it should be built from the make -fmakefile.sc in C:\wx\wxWindows-2.4.2\src\mswHmmm then I am in the chicken and egg situation, becuase my build is failing due to this missing file :( BTW I did not unpack wxWindows to C: I only have a very small partition for C: just to hold boot loaders, Windows goes on D, and my data on E, which is where I put wxWindows and pointed WXWIN to E:\wxWindows-2.4.2, which I guess is fine, as the build starts ok for a few mins then throws up the error a search of my entire computer does not find wx_sc.lib anywhere, so it has not tried to put it in C:\ anywhere :) but it certainly seems to compile faster than MinGW I tried the build initially using CVS sources using the 2_4_2 tag and got the same error, so I then installed from installer program and tried and still got the same error ( I did not install to same dir as cvs sources, but did change WXWIN ) BTW chris, your link for wxHatch is sort of broken, when you click it to download source, you get a 404 error, but when I click on directory view I can see the wx folder, but hovering the mouse over it points to snails, if I move the mouse pointer to just below wx which is blank, I can then get the wxHatch file I was after. Any idea ho I can get out of this chicken and egg situation, somewhere it is trying to build something before it has built wx_sc.lib Yeric
Apr 28 2004
Yeric wrote:Describe what you are doing exactly. wx_sc.lib should be build BEFORE you build any of the samples or your own app. Arjanit should be built from the make -fmakefile.sc in C:\wx\wxWindows-2.4.2\src\mswHmmm then I am in the chicken and egg situation, becuase my build is failing due to this missing file :( BTW I did not unpack wxWindows to C: I only have a very small partition for C: just to hold boot loaders, Windows goes on D, and my data on E, which is where I put wxWindows and pointed WXWIN to E:\wxWindows-2.4.2, which I guess is fine, as the build starts ok for a few mins then throws up the error a search of my entire computer does not find wx_sc.lib anywhere, so it has not tried to put it in C:\ anywhere :) but it certainly seems to compile faster than MinGW I tried the build initially using CVS sources using the 2_4_2 tag and got the same error, so I then installed from installer program and tried and still got the same error ( I did not install to same dir as cvs sources, but did change WXWIN ) BTW chris, your link for wxHatch is sort of broken, when you click it to download source, you get a 404 error, but when I click on directory view I can see the wx folder, but hovering the mouse over it points to snails, if I move the mouse pointer to just below wx which is blank, I can then get the wxHatch file I was after. Any idea ho I can get out of this chicken and egg situation, somewhere it is trying to build something before it has built wx_sc.lib Yeric
Apr 28 2004
Describe what you are doing exactly.Hi Arjan, This is exactly what I am doing 1. cd E:\wxWindows-2.4.2\src\msw from cmd32 2 make -f makefile.sc clean 3 make -f makefile.sc ... ... . lots of stuff happening, .obj files are flying through the window yep dm is damned fast :) Build Error ( sorry not at computer at home can't find error number ) Unable to open file for reading wx_sc.lib <-- this does not exist anywherewx_sc.lib should be build BEFORE you build any of the samples or your own app.If only I could get this far :) If you want, I will get the error number when I get back home Yeric
Apr 28 2004
"Yeric" <someone nowhere.com> wrote in news:c6nvq0$2bcl$1 digitaldaemon.com:If you want, I will get the error number when I get back homeIt would be best to know whole output because earlier operations in makefile.sc can influence further output. Would be interesting to know OS in case some shell issue makes difficoulties. ABX
Apr 28 2004
Yeric wrote:Seems OK to me. Do the same procedure again, the error will occur. Go on and do: 4. make -f makefile.sc >> E:\error.txt <enter> 5. echo "-----------------------env---------------------" >> E:\error.txt <enter> 6. set >> E:\error.txt <enter> 7. echo "-----------------------make--------------------" >> E:\error.txt <enter> 8. make -v >> E:\error.txt <enter> post the file e:\error.txt to this forum. ArjanDescribe what you are doing exactly.Hi Arjan, This is exactly what I am doing 1. cd E:\wxWindows-2.4.2\src\msw from cmd32 2 make -f makefile.sc clean 3 make -f makefile.sc ... ... . lots of stuff happening, .obj files are flying through the window yep dm is damned fast :) Build Error ( sorry not at computer at home can't find error number ) Unable to open file for reading wx_sc.lib <-- this does not exist anywhere
Apr 28 2004
Seems OK to me. Do the same procedure again, the error will occur. Go on and do: 4. make -f makefile.sc >> E:\error.txt <enter> 5. echo "-----------------------env---------------------" >> E:\error.txt <enter> 6. set >> E:\error.txt <enter> 7. echo "-----------------------make--------------------" >> E:\error.txt <enter> 8. make -v >> E:\error.txt <enter> post the file e:\error.txt to this forum. ArjanOk will do, I will wait till I get home and post the info BTW I am using WinXP Pro if this is any help Yeric
Apr 28 2004
Arjan here is the error.txt file, looks like -v is not an option hope this helps Yeric begin 666 error.zip M%8:OHQG]!_0FEJQ967;]D5J3S"26T[I3VYFXJ=*I& V6Q.XB( $:`/7UZXO= M+^Z\&(_N ,-2+79W3O12!UF)M])Y\:9NK OB;WKNI+N)KQFY5$[\0SFOK1$O M#I]_]]CL[KRRS8W3RU40>Z_VQ> O/#DZ.CH4XMNJ$C^N4WCQH_+*7:KR<'?G M?1N:- CMA12GVI3VRHMW?Q=Z^ZG5]E,/I\_IE5,R6"<*&R];!163[^Z0"JZ\ M+2X(!5OP^U" 35T3"K; _TU!61=B5C2-F'VKXH\3L]J(V<GYZ9MW)^]//XC9 M<S&37XG9NY L?O\E?I]LM93G=?R0>/Q^%M]P^O/;#Z?K-Z[?&26=I]__]"S] M_O/)Z^]^^G,\$K,WVS^A35&UI=H>#Z;[X\*:X.)K]](]\JYXY-1271\/QXU9 MWCGZM5%W#V_C7[YS&/1B$4_\^[L7<G9UW3A5''[XYULQLQ3YX=5[,3KO"!); M]2Y_KSH[-?$X?DY=6W,FFZ:HS>'&AN6HG?\*=;D<%QIG+SMW'(8\3IX/9>>. MH5!'JBM65A=#H:4YBBVKK]*C6UZ.<<^;D&="*8/L[+$<^FA]=5EIHSI['(8\ M3EZL4(M.'H<ACY%G1N4VQRBVG+SUQRWTLG/'4*CCU 6IC>ODL1SZ:'WKJ%;3 MM.Q8==5R4$=1J&/5F7)01U&H8]5%+8,[$D,>+R_&-G7GCJ%0QZF[U.JJ<\=A MR*/E>57%"J&3QV $/AEY-T8Z)V\Z>RR'/DY?3-?)HRGZL[PZ*U.'EL'HT=+R MS;O78O;7FI!W'90I5;SI]?9RBGL>G?,6Y3 HD'.$!:;T+70?`J4 `J",N"EO M_%(\_"C^\+7X\/J'^/ILMG\<W_[;OW[9W9DX[[VG3X_VQ4MQ*IW19BE>O!2- M^^MK.3K^'Z_BD]?Q_.CI;[F.S37X>+JF/A8/_<:^[^W[ X///N]/G>>3KS[G M/*]6.I*]7JI/0C]Y7I\ZCV?/_MOS0+$G-!K93\I ."9E3.CS-ZE?S&#TBQEY M\>.&]C6)T;R>DE?+- >2P9 $R<AS\98V9#V M:7PTQ2P^5MVM3K<\FN*.QZ +O+<`:;2TI6R7XVHBYZ F>'VE'N11%.I8=<K6 MX/4UQ75GC\.0Q\LS*>LQ&#EO2EX M"4,S.6=H(C/:FM$*#CG M+F?(<XPVVS>*<X0&,2?-+.-/,L=P]"<8?;6,GY8ZLC1%/Y91IVK;3ZH *:94 ML.I,.]2N)$;MRLK3H^G&.<9LXPEYMFS[)R))BF<B.75^.?0F*(K>!*\NQ#VG M4N2$P8B<T/+,_&(4`L Q0 "LO&A%%:G0TA2%EE%7SH>-,'*&73!H;8UL5-J* M (38AX 19YMVO&M2SK%M$J_/F3"N)W*.BF)"GRV43P\?,Q /'[/R BUL&N#A M. 9Y:'T?6VF"ODU%E^,HNK0^)TMMAXJ#YJ X.'V;/SFXRR$"H)PX;UM7I&++ MHSVG<HP]IWAY*HR6-\HQEC?BY>G;/B1%082D.'&VN.B7YB$I5N;AU 49PTTI MUS$8^8Z3YT:+G.<8BYRS\J;'&C'4.*U.]U/)2(J)9)RZ&V^;5%70%%4%K6Y= M$8Q'+G*.D0M>7UR7=]ZFAWH8C&=Z>'E#OX+"Z%=,RAN'4G*.6 JO+\Y4'.\Q MFG/L,LKKLQ?*W*8>!H/1P^#D-=7ED/=HCKS'ZG-*C9LL.4>3A==WG6^_GV/L M1<7N1=6:S=J]:WDYPL*]7+YK73]%)4>8G<)("[KR0U5!<U05G+ZXW<U2)7DT MNS.C<HJ94;RZZV+5CSJ2%(..K#IUW21U-(4Z6EU<]FF\1'[.L40^KR]V6$?A M !QC9A0O;[JJO45-2\F+G2[E='$V;_V-- O;Z>,30" ML)!5$?JP"L,16V'U MK:PNRF6:<\$FP+0+1F!9Q,'M13^]D4N *8Z\P,:G[$=3Y#U.G7;K>UNRQR: M0$Z BXN4U_W=CTN NQ\G<.ETZG20$#V."7'WVBUY`C1<I 5ZE?QQ'/IH?>O% M\ 3(?9,"FREYF/0S(6YA^_ REP`1YBF!]]8TSQ- 87->H(^[U0[-/9JCO<?K M*UQU-3R8QB3 LVF\P"9^4NB;+EP"-%YX =6PC3>)L9/WE#P=0A^BYQ( 1,\( MW#PLW_IY MU+X3\H;6,XG1>.;D;1Y%N]?VRQ. [3<M,,;C.W\<QU8WC+XK?2M=&J1D,(8I MCYX^WQ<OQ:ET)D9_Q(N7HK'>ZWFE1&R/NC >8ULO'AP_P']^;'*N0RW[LI(C M%!=*6MW,V]"7%1*B&4J)<VT?/,L(XF:4LG5>LGU.RQ'R&2&MD*Y?K3,C6*F3 M5+92Q<7<IO7_28CU_SEQ53\F2D&,A]+BK.[W3, 1MDL I56ZF0^]Z)RA"TUJ MLY5U0]R5 (BZLN+:?KPI1QAI(J75<SO4I01$74J)VW[6L'M8SK!S&*FMC0'4 M_LG5'.&955J:M_V=+4>XLQ'2XB)+LE.6`P C(ZL;-U%-YXWE6WVC2XB+;3R* MJ1[%5.N?S0)KAZN]%Z- Y^/'+X6Q9A8ORP?A5'S$59E""6UTT+**NWJ4(E 1 M+3GQ9MD^RTFZS;L<1#ZD,(,`"X"2W-[VMP^D]-AQ]3Q,[_:A7^"[.!)_``S^ M"!( B1=27 ZTLSP]D*)T*:DM/E<A4'JJPDAK:E9:D]ZZDM*FC+%ITD7JZNX7 MT!D%TS+VI#C'.$N/!$A=Q(-U1.FQ.BEM/9V-1&TD3.*XYRG.UO$[NN-X>I[R M^QZB4.)-&\O3(?I]#A&86074DUQDZ6$NJ6T>M+V?>X% :>H%2EN1.R '/2%, M0YX8<4H#Y0U9TD9KLR;0SFQZ5L )H\H9LE3.6&U F J]43!-)<.(:QMV*(Z" M0IK.I)E+C]I(F%8!O5\%]+$?;[-;"+ (Z"9)XGK$Q0]HCD#I9-T\66> ZRF0 M`UX0I $OG+ALAK<+%$MW"XRVA3*<MC3E"ZU-999T%D$:-$H*JV1)3FZ*,$UL MRH S;9$JT!O%DK9-;?^V=SZH[!:]D3")VQ37GH?4Z"ID:7 5JXU<Z01A6N6$ M%E?)C=8' M3T((7EBO:5JZ2+T 6F05\;( FCA:D`>"=%PG0K18H+LGUQC.(H MF)[J4N)4M'-7HS 2)G&D.*,*)_%4I6!:DY 4YTOBE3RB]$:>D:8;1IE.-2DA MS,B YF0Y0YA*&BW.!IA:BS?O)$PW[TSO8.S7B_+8`*E_\.]TD!8&7.X6>( H MF-Z-$>)JJ2$$0&\$2ZU$2AL86ED:HLSH6BC66'H?1DNS=5-3VA"F%XF,.*?( M[L$(4__ /G%DB4.82APISLE<D?/G(4SSY_6):T*/N":]PJ;$04F]PD:67F&S MIU4.CAP] C -'R'%F5(K0_:E0YCZTI'B:F6F34!Q)$SB&'%D[R:$J7<3(R[( M\J=??BW,B0*=?RU\<+MQ\P>G`APUQ5,-YLMVO3GQ?__$Q>?X77BZ__+9IR^> MOG\EYE(W(&PA8%D[\%Y9(Y07Q ;1>,A3 =BTJ97!5R8D3.],&'$AG THCH*I MI4"("W)*-120I78"I\W?4C??R-*]-ZUM*HGJ#E M2JQ+BBBM2DI*FSF0.4K;1&E%-4J:J `K TV2J )*F;4Z*+S3IEBZTR:UU1KF MFX5*KR:!>FBP$32UV'K448N3/M"T0FF/NL)5:(Z":80N*2[^RD#CZ4K3=+IR MZ JE`ZHC:7I[Q:FKI?.HCJ3I'I53%V3)FPMIT256W$(97EP:R,**HU>O19K6 MK^7451_S IJ.\8&F^1A9=84U`6L($J8* A8W(_LB(4Q]D5AQY&H!"--J`;PX M+>_L_8 ]DJ8A>YPZ96X]FJ- NLIQXOAZ-=6JK+;:`5K;1.GZ1DOSX4ZC- JF M"0<9<4%.-7 T1])T?:/4+93A'Y 1'& Q4.6%\N8Z=WX:7LK_A+?7!Z^&4U. M: (^`*=PE6/3EJ:ULQE+35_*UA2JY&&0RC .^_;I,P>#T M!3SVP54<G;* ="IG87?"<C2;2L]"Y? =S779`TW>`^/F/II5N>+A7,&"HQYT MS!9'[XQT3M[Q.)Y7/=!*3C$4!63!<]1DF35SCL[!!(XM`Y << 87>>\Q* JE M 6/]J#UW>G!A>J"1%?1 ?^<Y:DW O:%I)6N..EE!3V3_41D(/*V XN'/JN9 MKF0I=1^=5G4/A1Y6J-Z$HRN>1MA'V_J_!]?9LH^:LI=6/33TYVM9LY%-8&74 M?1=ZO->GX=0N^<**-VT4LB5+3!G_<;B2P:DE!Z&R[HZ%IN'S6JD*>JC-&PT< MU0S^J9$FJ)^!QJN9H/B<=0UREGG;N PX7!H^79_=RCQW/,7ZD*:JSGC8TV#S M$$)/IJ(FQS!</I&&08:I="QU/<T-+*D<5*;DX)VW=6! FQ^^2'4#IZ9-P5/4 MY3(`CUN7+'5*&HXN"BPX-%9X\E%PF<VD8R$L:P[&FJZOI1/]HG^*/N3X$QCM M 5/9S;3Q=\H4ML,$SZ1N[^08O+HESLN2XWD6BWL!CN>UYR,KU_YMGCM9JHK_ M]+.>??:9TQ%S65M/`*-[N(Y_H(>J$,"QO)NA8LKQ[KKLJUJS'):A3VQ0=<0] MI*JG36!BN<;/2!!C6$.13#H M&D>3:FJY+%H3G-4D:IS*+$.\=13!1WK$8>Q81&2TC-X:58 )-,-;"8K53G'1 M B31/&AK:PH5N8.:SFOW[(A#U 1N>T\4,$W%L=8QR9RL "KYSTOGY,H5QM/ M,387YN<6IB?9QNT!N7PXMWPVQ[)9Q:"'RSR]H"^WH"TR9EU6;EU29,SRFMSR MUMQ UIP $1AF\T-18N?!Y^:!9QG&8V;SYMG](QUNWF5ZWF$DW/RYW/RQR+A9 MD-'SD]#S<R AIYI IEI Q,T8P(R8)]G&N4F-;N9&]R)C!JF2 S21D ,.Z0%W MZ>[$6)JXKTZ\!]?-9_C][M[>[HOOOOO3]M:QK>^<*F<QPO&7XB'ZL76UV'_Y M\ME._/5B5QQJ+;IP7CCPX.:0[[8=,,Y.C\0K4< M0#GK MMP[/SMY-1E>3RZN+D].ST<'PU<W09DT%)G A32XFZUKBIMV;=S[:B)$N+X>' MUX<] ?_>W4D?UK56F0RMOZ$,,JH[.QV=7Y\?CD<'Q]9XJR%NZQZ;73I;.EF= M* V^37C]770;;E9A5E]BC(OQY;OKT567SEM;K1*9U)"U,=>]?]KGQ &J;Y^U MG3EV81D#O;T8CX97I^_;W5Q]NSR\?GO0NQ/;6^L./ >C5S</Q_J]\HW48A*: M) >Q(%Y,#CYT%VG_\?QZ>^M2AMFG!VCR]\GU:/SML]</VUX3^.;#T6C\^DW, MSO#Y9#S9W^\^O!M/=D<_CEY_/IO7UFI_$S-R?OT;0J]WZN9(F=\0NDO[L[*G MJ[3RJOT4/<1"-_KQ^F WEN/7W4[L'AU>O]X]' ]?[[X_FK2_XK:_3MI_\<.' MB['-VVO$7LP;U+4RI=C[6APV808FJ.QP//PTD;/1^]'9P:-TKT;O3R>G%^<' M>W)O+X*^,[:-%\_2ZX,GET_>;&]-8 HQYN,3?]*=H$.GYA#CX_<K:\,GI61[ M*Q:"R^Y2<W'\;CSZ[_[ZXG)V<7QX-HE?KZ&J8ZC?$JB]U TOQH>GY^O+1KNA M:R#GXZ];N*^#GN_N???KZN=1Z/V7+Y[O/-O;^W97=+7/U:KVN7JH?3XX%0(8 M,;T3'Z0.X,31*BVQ6"QV\U5B5=>5T%;;6RB NX:_HL)\DX7RFW9/=ML*MJV3 M!N/#OXW$+T&Z$L)_Q"^5S)P]"+!LO^SD2IN??/SXSYVBC=;6;_\2O_S0_O^? M-GKW:? & FC?I[3>I2N]*)RM!)BY<M:T.1+6B4*UQ6CUAP8?9C*(U6<O A5M MX ,1?Q[^_F 8_YR!U98VS!1$NSW6H_G H EM?9O#M"G+]N10IK!=`CM%EZ58 M^75_,0(?0.;"% +W(*90[ RNXM;[3:L<^Y KTR6B!J>EL0Y6]37NT!*RIBU4 M \G!9 KW3$9I!A; VJ]F';.-]-57J[0T$;7C W-904NRQCDP6#ZZ?;)-B#L8 M$^NR-G276+S2CP_/A[OQ_R "C\$ZYF 'BT8G?/5J)6[^X='A68?]:G LC8 > M< V/S <'OK9F74;;Z/]]E 4N++; I,E71_F5: P>1Q]%93/QAYWY'[:W_ =0 ?97)R;W(N='AT4$L%! `````!``$`-P````,:```````` ` end
Apr 28 2004
"Yeric" <NOSPAM NOSPAM.com> wrote in news:c6ok6a$di3$1 digitaldaemon.com:Arjan here is the error.txt fileI see a problem. Most probably Digital Mars Librarian Version 8.00n Copyright (C) Digital Mars 2000-2002 All Rights Reserved www.digitalmars.com should appear instead of Microsoft (R) Library Manager Version 6.00.8447 Copyright (C) Microsoft Corp 1992-1998. All rights reserved. which means path to LIB tool of Microsoft is earlier than path to LIB of DMC ABX
Apr 28 2004
I see a problem. Most probably Digital Mars Librarian Version 8.00n Copyright (C) Digital Mars 2000-2002 All Rights Reserved www.digitalmars.com should appear instead of Microsoft (R) Library Manager Version 6.00.8447 Copyright (C) Microsoft Corp 1992-1998. All rights reserved. which means path to LIB tool of Microsoft is earlier than path to LIB ofDMCABXI figured this might be a problem, but since dmc does not need reg entries I did not hink it mattered, I need a way somehow to force dm librarian instead of ms, I have visual studio installed as well, but only really use VB (when I have to) Maybe there is a way to import wxwindows to idde ? Yeric
Apr 28 2004
"Yeric" <NOSPAM NOSPAM.com> wrote in news:c6p6bi$1cnb$1 digitaldaemon.com:Maybe there is a way to import wxwindows to idde ?I'm looking for this as well for automation in bakefiles. ABX
Apr 29 2004
W這dzimierz Skiba wrote:"Yeric" <NOSPAM NOSPAM.com> wrote in news:c6p6bi$1cnb$1 digitaldaemon.com:Generating .prj and .def files is not that difficult. The real challenge is the generation of .opn files containing the include- and lib path information, compiler settings etc because the .opn file is binairy. ArjanMaybe there is a way to import wxwindows to idde ?I'm looking for this as well for automation in bakefiles. ABX
Apr 29 2004
Microsoft (R) Library Manager Version 6.00.8447 Copyright (C) Microsoft Corp 1992-1998. All rights reserved.Thanks I just moved the dm\bin before the MSVC stuff and it worked, and damned fast too :) But would I be mistaken in reading the makefile to see that it seems to be making only debug version of file ? Yeric
Apr 28 2004
Yeric wrote:goodMicrosoft (R) Library Manager Version 6.00.8447 Copyright (C) Microsoft Corp 1992-1998. All rights reserved.Thanks I just moved the dm\bin before the MSVC stuff and it worked, and damned fast too :)But would I be mistaken in reading the makefile to see that it seems to be making only debug version of file ?d mars make does not understand how to make multiple configurations, but if you want to make a release version you need to edit makesc.env, and remove the __WXDEBUG__ from CFLAGS line chris
Apr 29 2004
my disk died - new disk installed, and gradually rebuilding it - should be Ok later today chrisBTW chris, your link for wxHatch is sort of broken, when you click it to download source, you get a 404 error, but when I click on directory view I
Apr 29 2004
"Yeric" <someone nowhere.com> wrote in news:c6nphj$21bh$1 digitaldaemon.com:I think you are mistaking two makefile.sc files. IIRC there is one makefile file for building library and another one for sample.it should be built from the make -fmakefile.sc in C:\wx\wxWindows-2.4.2\src\mswHmmm then I am in the chicken and egg situation, becuase my build is failing due to this missing file :(BTW I did not unpack wxWindows to C: I only have a very small partition for C:"C:" was only an example, it should hold whatever is in WXWIN variableAny idea ho I can get out of this chicken and egg situation, somewhere it is trying to build something before it has built wx_sc.libWhat you are building when wx_sc is reported to be missed ? ABX
Apr 28 2004
I think you are mistaking two makefile.sc files.I am building this file from %WXWIN%\src\msw\makefile.sc, this is the only makefile in this directoryWhat you are building when wx_sc is reported to be missed ? ABXafaik the libs, I am building from %WXWIN%\src\msw WXWIN points to E:\wxWindows-2.4.2
Apr 28 2004
Chris just a quick Q I like wxHatch, it is brill !!, and makes Windows programming that much easier, too bad wxWindows will most likely not be around for D :( I do not think this is a wxHatch thing, but under Win XP unless I maximize then restore a window, I get this funy fuzzy coloured line between the menu frame bar and the actual window is this just an XP thing ? Yeric BTW where can I get the help files for the help menu from ? if I select these from help menu, it kills wxHatch with a memory violation access error no matter which help option I select
Apr 28 2004
Yeric wrote:Chris just a quick Q I like wxHatch, it is brill !!, and makes Windows programming that much easier, too bad wxWindows will most likely not be around for D :( I do not think this is a wxHatch thing, but under Win XP unless I maximize then restore a window, I get this funy fuzzy coloured line between the menu frame bar and the actual window is this just an XP thing ?This is an XP thing, and I have seen it with several compilers. Its definitely worst with dmc Arjan suggested it means a little bit of win16 code is still somewhere, but I have not yet had time to catch it - Sorry chris
Apr 29 2004
chris elliott <biol75 york.ac.uk> wrote in news:c6qjdm$l7h$2 digitaldaemon.com:Arjan suggested it means a little bit of win16 code is still somewhere, but I have not yet had time to catch it - SorryRegarding CVS Head, there was my patch applied recently with removal of parts of code signed with WIN16 tags. Is it still there after that change? ABX
Apr 29 2004
"> Regarding CVS Head, there was my patch applied recently with removal ofparts of code signed with WIN16 tags. Is it still there after that change? ABXNot entirely sure will check later, I only built from the 242 install file, I will resync the cvs later and try a build Yeric
Apr 29 2004
I only have intermittent access to an XP box, but will look this weekend if I can manage it chris W這dzimierz Skiba wrote:chris elliott <biol75 york.ac.uk> wrote in news:c6qjdm$l7h$2 digitaldaemon.com:Arjan suggested it means a little bit of win16 code is still somewhere, but I have not yet had time to catch it - SorryRegarding CVS Head, there was my patch applied recently with removal of parts of code signed with WIN16 tags. Is it still there after that change? ABX
Apr 29 2004
Regarding CVS Head, there was my patch applied recently with removal of parts of code signed with WIN16 tags. Is it still there after that change?No change still the same oddly it seems ok compiled with vc++6 maybe it is a dm thing ? Yeric
Apr 29 2004
Yeric wrote:Chris just a quick Q I like wxHatch, it is brill !!,the CVS version has a dialog editor too, and is nearly ready for building wxWidgets 2.5 as well as 2.4 makefiles - the dmc one should work chris
Apr 29 2004
Excellent, I will give it a go later wxHatch is good RAD in C++ !!
Apr 29 2004