ObjectARX
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

vector class

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
176 Views, 3 Replies

vector class

Hi there,

we want to use the vector class (dynamical array) in an arx program.

Everything is all right when I build the project. I can run the arx on my
pc, but not on another one. Gives an an error message that there is a .dll
file missing?

Anyone knows what's wrong?



--
Greetz,

Giuliano
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

Giuliano Lodts wrote:
> Hi there,
>
> we want to use the vector class (dynamical array) in an arx program.
>
> Everything is all right when I build the project. I can run the arx on my
> pc, but not on another one. Gives an an error message that there is a .dll
> file missing?
>
> Anyone knows what's wrong?
>
>
>
What .dll is not being found?

--
|
----+----------------------------------------------
| Byron Blattel
| CADwerx---Applications for AutoCAD
| Autodesk Registered Developer
| email: byron@cadwerx.net
| web site: http://www.cadwerx.net
|
Message 3 of 4
Anonymous
in reply to: Anonymous

Check out your ARX's dependencies using depends.exe on the user's machine. I
expect you forgot to install a required DLL, or its not in the system search
path.

(Depends.exe is shipped with Visual Studio).

--
Cheers,

Stephen Preston
Developer Technical Services
Autodesk
http://adn.autodesk.com



"Giuliano Lodts" wrote in message
news:F6FCBA0F6B8754848B8BD869885891CC@in.WebX.maYIadrTaRb...
> Hi there,
>
> we want to use the vector class (dynamical array) in an arx program.
>
> Everything is all right when I build the project. I can run the arx on my
> pc, but not on another one. Gives an an error message that there is a .dll
> file missing?
>
> Anyone knows what's wrong?
>
>
>
> --
> Greetz,
>
> Giuliano
>
>
Message 4 of 4
Anonymous
in reply to: Anonymous

Giuliano,

Pay attention also if you are deploying the Debug version of your
application which will require the debug version of some MFC DLLs and other
related stuff. If you try to run, for instance, a ObjectARX MFC application
compiled in Debug mode it will miss some Debug DLLs that will only exist on
target machine if there is a Visual C++ installed. Please don't use the
dirty solution to ship Debug DLLs versions.

As Stephen told you, the best solution is to run Depends tool on target
machine and find out what is missing.

A good install application like InstallShield could do this job for you
without need to go physically on the target site.

Regards,
Fernando.

"Stephen Preston" wrote in message
news:5E9E62363A12B8CD61978D361C877894@in.WebX.maYIadrTaRb...
> Check out your ARX's dependencies using depends.exe on the user's machine.
I
> expect you forgot to install a required DLL, or its not in the system
search
> path.
>
> (Depends.exe is shipped with Visual Studio).
>
> --
> Cheers,
>
> Stephen Preston
> Developer Technical Services
> Autodesk
> http://adn.autodesk.com
>
>
>
> "Giuliano Lodts" wrote in message
> news:F6FCBA0F6B8754848B8BD869885891CC@in.WebX.maYIadrTaRb...
> > Hi there,
> >
> > we want to use the vector class (dynamical array) in an arx program.
> >
> > Everything is all right when I build the project. I can run the arx on
my
> > pc, but not on another one. Gives an an error message that there is a
.dll
> > file missing?
> >
> > Anyone knows what's wrong?
> >
> >
> >
> > --
> > Greetz,
> >
> > Giuliano
> >
> >
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost