Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Starting Customizing solidEdge

Status
Not open for further replies.

djibo75

Mechanical
Nov 15, 2005
1
Hi everybody,

I am new Programmer in solid Edge. Why my program in VBA does not compile at this line?

Set objApp = GetObject(, "SolidEdge.Application")

Knowing that I added all the solidEdge librairies. So Why I can't Connect to running instance to Solid Edge


Thanks to answer me,

Cordially
 
Replies continue below

Recommended for you

What does your dim statement look like for objApp? I did a quick look though the UGS: SolidEdge forum and came up with this.

Code:
Dim objApp As SolidEdgeFramework.Application

If you dimensioned it as something else (other than Dim objApp As Object), it may not return the correct object.

You may want to post this question in the UGS: SolidEdge forum. I would assume the users there are much more knowledgeable about the SolidEdge API.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor