Hi Daniel,
  I fixed the parsing problem(hopefully!) by changing linkdll.pl. I changed the  lines 
below.

#system("$TOOL/pgm/mfconcom", @CONCOMOPTS, "$DEF $TMPFILE $MACH $VMAKE_VERSION n $LD 
$OS $OSSPEC") == 0
#       or die "Error while executing \"mfconcom \@CONCOMOPTS $DEF $TMPFILE $MACH 
$VMAKE_VERSION n $LD $OS $OSSPEC\"\n".
#       "message: $!\n";
#New code
system("$TOOL/pgm/mfconcom", @CONCOMOPTS, $DEF, $TMPFILE, $MACH, $VMAKE_VERSION, "n", 
$LD, $OS,$OSSPEC) == 0
or die "Error while executing \"mfconcom \@CONCOMOPTS $DEF $TMPFILE $MACH 
$VMAKE_VERSION n $LD $OS $OSSPEC\"\n".
"message: $!\n";

Is that a fix or did I just break something? And why is the .pl the way it is? Is that 
the latest version of devtools linked to on the Sapdb.org-->NT development page?
Regards,
 Ajit

The new output is like this..
F:\sapdbsrc\V73_00_25\SAPDB_DEV>imf -u sqltcp
Create gsp100.h first:
vmake 10.00.09 15-07-2002
VMAKE_PATH=F:\sapdbsrc\V73_00_25\SAPDB_DEV,F:\sapdbsrc\V73_00_25\SAPDB_ORG
28-10-02 11:36:26 start  of    collection phase
28-10-02 11:36:26 end    of    collection phase
28-10-02 11:36:26 start  of    gsp100.h   fast
28-10-02 11:36:26 end    of    gsp100.h   fast
Build: 169000019
vmake 10.00.09 15-07-2002
VMAKE_PATH=F:\sapdbsrc\V73_00_25\SAPDB_DEV,F:\sapdbsrc\V73_00_25\SAPDB_ORG
28-10-02 11:36:27 start  of    collection phase
28-10-02 11:36:27 end    of    collection phase
28-10-02 11:36:27 start  of    sqltcp.dld   fast
sqltcp.rc fast
 1: -n
 2: -REL30=1
 3: -RELVER=R73
 4: sqltcp.cod
 5: sqltcp.rc
 6: I386
 7: FAST
 8: N
 9: PTOC
10: WIN32
11: WIN32
sqltcp.dld fast
 1: -REL30=1
 2: -RELVER=R73
 3: sqltcp.def
 4: sqltcp.tmp
 5: I386
 6: fast
 7: n
 8: link
 9: WIN32
10: WIN32
   Creating library sqltcp.lib and object sqltcp.exp
LINK : warning LNK4089: all references to "USER32.dll" discarded by /OP\
T:REF
28-10-02 11:36:28 end    of    sqltcp.dld   fast

F:\sapdbsrc\V73_00_25\SAPDB_DEV>
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to