Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

IntelliSense & Classes exported from DLL 1

Status
Not open for further replies.

SpenBabe

Programmer
Sep 25, 2000
70
GB
I have VS6.0 Enterprise & have written several DLLs with exported classes.

My projects include the headers for the DLL & associated classes, but IntelliSense will not auto-complete members, functions, etc... Project will compile & excute OK !!!

Any ideas as it is making my already stressful life more difficult to cope with !!!

Thanks in advance


Spen Spencer Window (not a joke name)
 
There is nothing you can do. John Fill
1c.bmp


ivfmd@mail.md
 
I think you can try to do something, though.

1.Check if you have the following:
On menu option: Tools->Options->Editor see if you have the following options set:

Auto list members,
Auto type info,
Code comment,
Auto parameter info

2.Delete the project's .ncb file from outside. Then open the project, it will recreate the file automatically from the latest sources.

3.Try to use the default constructor for the objects you create. I have noticed that IntelliSenese is working bad with objects created through constructors that takes parameters (an example is the creation of a CRecordset object in a MFC Project).

Hope this helps,s-) Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...
 
Spen -

Is the browse info file available for the IDE to pick it up? (I think it needs to be in your current project's DEBUG directory)

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top