Home
Community
Discussion Forums
Most Active Software Boards
LabWindows/CVI
Topic
LabWindows/CVI
Register
·
Login
·
Help
Community
Category
Board
Documents
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All Forum Topics
Previous Topic
Next Topic
vsnprintf support
vsnprintf support
trl2
Member
01-31-2007
04:41 PM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
I am porting some basic C code to Labwindows/CVI and I am running to a problem with references to the snprintf family of functions (vsnprintf() in particular). Is vsnprintf() supported in CVI? I'm using version 7.0.0.
0
Kudos
Message
1
of 3
(3,318 Views)
Reply
Re: vsnprintf support
msaxon
Active Participant
02-01-2007
07:24 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
vsnprintf() is in the C99 standard but not the C89 standard. CVI conforms to the latter so no, vsnprintf() is not supported.
--
Martin
Certified CVI Developer
0
Kudos
Message
2
of 3
(3,305 Views)
Reply
Re: vsnprintf support
trl2
Member
Author
02-01-2007
08:57 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Interesting...considering that by modern standards, sprintf() is considered a major security threat.
There are some 'portable' snprintf() packages out there. I'll consider that route.
Thanks for the clarification.
0
Kudos
Message
3
of 3
(3,300 Views)
Reply
All Forum Topics
Previous Topic
Next Topic