Jump to content

Calling external code with libraries Bitset and ssstream


Recommended Posts

Dear all,

I am writing a library for the LabVIEW Call library function. I have to include sstream and use istringstream and ostringstream from sstream. I am building the .dll using MS Visual C++. However, there is always error telling me that istringstream and ostringstream are undeclared identifier when I build the .dll file.

I have tried building a simple .exe file which also include sstream and I use istringstream and ostringstream in it and I use MS Visual C++ to compile it. There was no error.

I would like to know why the error only occurs when I build a .dll file and what I can do to solve this problem. Thank you very much for your attention! ^^

Ayumi

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.