Hi

druzus wrote:
> 
> 2009-03-05 19:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
>   * harbour/include/hbapi.h
>   * harbour/include/hbwince.h
>   * harbour/source/common/hbgete.c
>   * harbour/source/common/hbwince.c
>     + added BOOL hb_setenv( const char * szName, const char * szValue )
>       It sets or deletes (szValue==NULL) environment variable.
>       Please add support for other compilers/OS-es or define
>       unsupported platforms to eliminate TODO warning.
>       For sure OS2 version have to be updated.
> 
> 

Now I get this error:

make.exe[3]: Entering directory `C:/harbour/source/pp/win/poccce'
pocc.exe -I. -Ze -Go -Ot -Ox -Tarm-coff -D_WINCE -DUNICODE
-DHB_NO_WIN_CONSOLE -I../../../../include    -c ../../hbpp.c -Fohbpp.obj
polink.exe  -OUT:hbpp.exe hbpp.obj -LIBPATH:../../../../lib/win/poccce
coredll.lib corelibc.lib winsock.lib ws2.lib    hbcommon.lib
POLINK: warning: Multiple '.rdata' sections found with different flags
(0x40000040 and 0xc0000040).
./hbpp.exe ../../../../include/hbstdgen.ch -opptable.c -q -c
-v../../../../include/hbverbld.h
process_begin: CreateProcess(C:\harbour\source\pp\win\poccce\hbpp.exe,
./hbpp.exe ../../../../include/hbstdgen.ch -opptable.c -q -c
-v../../../../include/hbverbld.h, ...) failed.
make (e=193): Error 193


Plus : 
BOOL WINAPI SetEnvironmentVariableA( LPCSTR name, LPCSTR value )
{
   HB_SYMBOL_UNUSED( name );
   HB_SYMBOL_UNUSED( value );

   /* TODO: */
   return 0;                   // without this I get warning
}

PellesCCE 5.0.1

Regards
Pritpal Bedi
-- 
View this message in context: 
http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-10545--trunk-harbour-tp22357784p22359667.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to