Can someone please upload the OpenVDB 3.0 Librarys precompiled for windows?
709 views
Skip to first unread message
Ben Jackson
unread,
Aug 8, 2015, 9:51:27 PM8/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenVDB Forum
Can someone please upload i just cant seem to get them working ive spent an entire day trying to get this working and i just cant please help a fellow programmer out. Thanks.
Steven Caron
unread,
Aug 8, 2015, 10:00:14 PM8/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenVDB Forum
where are you stuck?
Ben Jackson
unread,
Aug 9, 2015, 10:27:33 AM8/9/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenVDB Forum
I compiled the openvdb.lib but it requires tons of diffrent .dlls and my app gets a error saying theres something wrong with the Half.dll...
ive seen other people have openvdb as a .lib and thats all they need but for some reason i get tons of errors.
Ben Jackson
unread,
Aug 9, 2015, 10:43:40 AM8/9/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenVDB Forum
Also i keep getting this error that stops me from compiling
source\win_openvdb\openvdb/util/NodeMasks.h(146): error C4146: unary minus operator applied to unsigned type, result still unsigned
Rama Hoetzlein
unread,
Aug 15, 2015, 3:21:55 AM8/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenVDB Forum
Are you intending to use openvdb in VS2010, VS2012 or VS2015?
win_openvdb was only setup to build with VS2010, and should build w/o errors on that compiler. Even if someone were to upload the lib/dlls, they would not be compatible with VS2012 or 2015.
Ken Museth
unread,
Aug 19, 2015, 2:31:19 AM8/19/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenVDB Forum
I'll try to address this compiler error in v3.1 (due in a couple of weeks). Interestingly it's not an issue with any other compiler I've encountered (I would understand if the compiler threw a warning but not an error). However I'll need you to verify the patch ... is this only an issue with VS2010 and VS2015? Have other people experienced this issue during compilation and if so what was the compiler?
-K
Feng-Sheng Lin
unread,
Nov 4, 2015, 8:49:30 PM11/4/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenVDB Forum
I have the same problem
source\win_openvdb\openvdb/util/NodeMasks.h(146): error C4146: unary minus operator applied to unsigned type, result still unsigned
Windows 7 + VS 2015 + OpenVDB v3.1.0
Luke Parry
unread,
Nov 6, 2015, 5:40:23 PM11/6/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenVDB Forum
I do not have problems compiling openvdb 3.0 on Windows as a .dll using MS VS 2012, but I have not tried with the latest 3.1 release.
I had to create my own library pack and cmake build script for this to get things working, however, it is possible to work with patience
Sean McDuffee
unread,
Dec 15, 2015, 5:25:10 PM12/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenVDB Forum
I have compiled openVDB 3.1 on Win7 with VS2013. C4146 should be a level 2 warning. Try compiling without SDL and security checks. That should switch it to a warning.
chris golchert
unread,
Dec 19, 2015, 1:21:08 PM12/19/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenVDB Forum
I've gotten so many issues I have given up. I got help here but it was with external dll files. I wanted a completely self contained result since I didn't want to have to supply a bunch of dlls with the VDB app.
chris golchert
unread,
Dec 19, 2015, 1:23:46 PM12/19/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenVDB Forum
To clarify Steven and others were great help. I don't know where things went off track when switching to 3.x and another compiler. There was also other issues outside compiling that caused the project to be shelved... for now.
Feng-Sheng Lin
unread,
Dec 20, 2015, 9:12:23 PM12/20/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message