Gamestudio Links
Zorro Links
Newest Posts
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
Release 2.68 replacement of the .par format
by Martin_HH. 09/23/25 20:48
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 17,605 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
WED Commands in Postbuildevent #449714
03/30/15 01:04
03/30/15 01:04
Joined: Apr 2008
Posts: 140
Japan, Osaka
Tails01 Offline OP
Member
Tails01  Offline OP
Member

Joined: Apr 2008
Posts: 140
Japan, Osaka
-SOLVED-

Got some problems with VC++ 2008 express.
I try to hand over this line to the postbuilderevent

Code:
"C:\Programme\GStudio7\WED.exe" -p $(TargetDir)\$(TargetFileName)




heres a screenshot of the output and errormessage from WED that pops up. I guess WED or VC++ got some problems with the spacechars inside the outputpath. This Problem gets simply ignored by the builder... and therefore the dll is not generated

BuilderLog
Html:
@echo off

"C:\Programme\GStudio7\WED.exe" -p c:\Dokumente und Einstellungen\UserX\Eigene Dateien\Visual Studio 2008\Projects\Acknex\Debug\\Acknex.exe

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: Ein Tool hat einen Fehlercode aus folgender Quelle zurückgegeben: "creates a acknex.dll in your debug folder"

exit 1

:VCEnd
]Erstellen der Befehlszeile """c:\Dokumente und Einstellungen\UserX\Eigene Dateien\Visual Studio 2008\Projects\Acknex\Acknex\Debug\BAT00004551243444.bat"""



but I need the acknex.dll...
"Simply copy and paste it into you debug folder you idiot" is what you thinking...

nah


Its only possible to run the *.exe if I put it into the GS Folder... but cmon.. how stupid is that. I know one is able to build a separate folder with all necessary files in it via WED command. The question is where is my mistake?

And please don't post a link to the manual.. I've already read it and I also used google more than once.. I usually post solely if I can't help myself any longer.

Greetings Tails01

Last edited by Tails01; 03/30/15 02:37.

An implemented second-rate idea is better than a good idea, which gathering dust in your brain.
Re: WED Commands in Postbuildevent [Re: Tails01] #449715
03/30/15 02:10
03/30/15 02:10
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
What about:
Code:
"C:\Programme\GStudio7\WED.exe" -p "$(TargetPath)"



Visit my site: www.masterq32.de
Re: WED Commands in Postbuildevent [Re: MasterQ32] #449716
03/30/15 02:36
03/30/15 02:36
Joined: Apr 2008
Posts: 140
Japan, Osaka
Tails01 Offline OP
Member
Tails01  Offline OP
Member

Joined: Apr 2008
Posts: 140
Japan, Osaka
oO ...
I've just copied my commando from the manual

I tought it was correct (this should be replaced)...

But yeah u solved my problem thank u so much dude^^

Solution
Code:
"C:\Programme\GStudio7\WED.exe" -p "$(TargetPath)"



An implemented second-rate idea is better than a good idea, which gathering dust in your brain.

Moderated by  HeelX, rvL_eXile 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1