Echo off Copy- Code 1
Hi Bricsys Forum,
i do my Newbie Entrance here, as Programer of a System Programm and here in Forum. Right now im collectiong the Basic Functions- and Methods for my Bachelor Thesis Programm. One of them is to open a .dwg File made with TRIC respectively Bricscad.
However, im kinda at a loss with implementing the TX SDK properly, i just cant get the Sample codes to run...and u usually can learn best if u have a working Programm since u know that u can rely on its Syntax right?^^
The Error one and only error that is left right now is as follows:
Der Befehl "echo off
copy "C:\Users\Ralf Wasserberg\exe\vc9_amd64dll\\mgd.manifest" OdaMgdMViewApp.exe.manifest
" wurde mit dem Code 1 beendet. OdaMgdMViewApp
Translates freely to: "The Command "echo off copy "Path" has been terminated with Code 1."
I wonder now, i if i did Implement the Project correctly or what is wrong...stuff that a programmer usually knows right?
I still got a warning as well, that the System.Data.dll refers to another CPU, but i dont think much of it yet...wonder if im wrong there as well.
As for the Specifics:
OS: Windows 8.1
Enviroment: Micorsoft Visual Studio Proffessional 2012 V11.0....
Language: C# aka. .NET C
Drawing Systems: Bricscad Pro V13.2.10 and TRIC V6 with Primary Focus and WSCad Suite 2014 as secondary focus (no AutoCAD in use...i noticed that the Host Server Code in the Read Project is attempting to get the reference from Registry)
Libary Used: TX SDK 3.6 as well as TX SDK 3.9
I hope u guys can help me out here a Little, since u are my best shot....the Folks from my copany are good, but no Programmers so i wont be able to ask much about common sense...
best greetings and be well
Ralf
PS: Forgive me its a rather technical question....i just didnt see a propper way to ask it to the Support on the Webpage
Comments
-
PPS: The Example Project i Try to run is OdReadExMgd. The Midway goal is to open a dwg file, gain access to the blocks and lines used in the file, and print them on console.0