Hello,
I am trying to create a dwg file in excel vba while AUTOCAD is open.
Can anybody post an example?
Like making a line, a 3dpolyline and a cube.
Thank you
Novice
Hello,
I am using Microsoft Office 2010 and in the excel VBA I am trying to open a new autocad session. It does not work. Is there a mistake or Excel 2010 cannot do the same job excel 2003 did.
The error I get is: User-defined type not defined
Please advise
Thank you
Here is the module...
Hello,
I am new to photran. I was able to install it and run the HelloWorld project
Now I need to create a project that:
1. include multiples files
2. links to a number of libraries
similar to the make file I used in CodeBlocks
gfortran -c TEST_EXA01.f90
gfortran -c dislin.f90
gfortran -c...
xwb,
It works!! Thank you very much for your patience. It turns out that
THERE WERE 4 libraries in the package. 2 of 2 types (total of four)
disdll.lib disdvf.lib and the corresponding disdll_d.lib disdvf_.lib.
I guessed the right combination needed for my case: disdll.lib
disdvf.lib. I did...
Hello,
I was able to run the example in a DOS window and get what I expected to get.
In the IDE environment though, it did not work. Got this message:
Linking...
dislin.mod : fatal error LNK1136: invalid or corrupt file
Error executing link.exe.
exa_f90.exe - 1 error(s), 0 warning(s)
The...
Hello,
Unfortunately no luck.
I uploaded a summary of what's going on with this project and another one, where all I want to do is using a graphics library (DISLIN). Has no technical support and I think I did everything right, but I might have missed something.
Your help is appreciated
Thank...
I've been using Compaq Visual FORTRAN for some time.
When I debug and it crashes, I always get the assembly(?) window and I am never able to see the location in the source code where the last line was executed.
I use this compliler sporadically for years, and never had the chance to get an...
Hello,
I need to add a routine to an old F77 code. The routine is supposed to write an ASCII file where each line starts at column 1.
The code below does do that for string variables.
I was not able to do that for real and integer numbers.
When I look at the output file, the values printed for...
Hello,
I would like to purchase an Intel FORTRAN Compiler with an IDE/debugger.
Something similar to the old 32 bit Compaq Visual FORTRAN which does not work on the 64 bit machine.
I am an antenna engineer and I do scientific programming (no computer science programming).
If possible it should...
In DOS one could do dir *.*> file.txt and the directory would be save as a list in file.txt.
I need to save a search done (either in DOS or windows XP) over the ENTIRE hard drive and save the results in an ASCII file.
For example I need to generate an ASCII file that includes the names of all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.