ithron / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Find a solution to test ARX dll #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I want to test a Auto CAD development interface --- ARX。
ARX will be represented as a DLL file, which will load in the AutoCAD
enviroment.

Now, I want to test this dll file via gtest. I noticed that testing a
library file is difficult which said by GoogleTestPrimer in wiki, but I had
to do this, and I think gtest is the best way to do this.

Is there anybody can give me a suggestion?
Can I just test a dll file in a gtest project(.exe project)
Or can I delploy gtest in a DLL project, because It will load in ACAD, can
I see the gtest console or log under ACAD?

I am using ACAD2002 and arx2002 version, my compiler is VC8.0, my gtest
version is 1.30

Any suggestion is appreciated!
Thank you very much.

Original issue reported on code.google.com by adou...@gmail.com on 7 Apr 2009 at 4:10

GoogleCodeExporter commented 9 years ago
This is not a bug report.  Please use the discussion group for questions.  You 
can
find the link to the group on the home page of Google Test.  Thanks.

Original comment by zhanyong...@gmail.com on 9 Apr 2009 at 4:09

GoogleCodeExporter commented 9 years ago
Thanks, I will do that immediately

Original comment by adou...@gmail.com on 9 Apr 2009 at 6:24