The problem is really simple: if I try to load with the function aiImportFileExWithProperties a big model in my software (around 200.000 vertices), it takes more than one minute.
If I try to load the very same model with ASSIMP view, it takes 2 seconds.
For this comparison, both my software and Assimp view are using the dll version of the library…
Originally posted on: http://geekswithblogs.net/cskardon/archive/2013/11/01/extending-blend-for-visual-studio-2013.aspxSo, I got a comment yesterday on my post about Extending Blend 4 and Blend for Visual Studio 2012 asking if I knew how to get it working for Blend for Visual Studio 2013.. My initial thoughts were, just change the location to get…
Might be a really easy problem to fix, but it the solution is eluding me! I'm using Fluent NHibernate 1.0 RTM (and using NHibernate bins that ships with it). I'm trying to map my entities and cannot use the WithTable() method. It's not available in Intelligence and VS doesn't suggest any namespaces to reference. Here's my code:
using System;…
We had a very interesting problem with a Win Forms project. It's been resolved. We know what happened, but we want to understand why it happened. This may help other people out in the future who have a similar problem.
The WinForms project failed on 2 of our client's PCs. The error was an obscure kernel.dll error. The project ran fine on 3…
I ran the Windows 8 App Certification Kit on my app and it says it will fail because of Sqllite. Am I referencing code incorrectly or can I ignore this problem? Here is the response:
Impact if not fixed: Using an API that is not part of the Windows SDK for Windows Store apps violates the Windows Store certification requirements.
API…
To be short and to the point, I've built a C# class library that is both COM-Visible and Registered for COM Interop. I've compiled the library, which resulted in the generation of .dll and .tlb files.
I have another machine that's running a VB6 application. So, I copied the .dll and .tlb files over to C:/Windows/system32 folder on the…
I'm trying to use curl with PHP on my box without any success.
My Config :
OS : win 7 64 bits,
PHP : 5.3.1,
Apache : 2.2.14
I was able to use the mysql extension, so the configuration of my php.ini seems fine. But I get and error in Apache log with curl :
PHP Warning: PHP Startup: Unable to load dynamic library…
Hi,
I am planning to use libcurl in my project. I had downloaded the library source,built and integrated it in a small POC application. I am able to build and run the application without any issues with the generated libcurl.dll and libcurl_imp.lib files. Now when I integrate the same library in my project I am getting…
I have a VDD dll that's loaded by a DOS program running inside the NTVDM. This dll uses C++/CLI and references a .NET assembly.
All in all, the loading process is something like this:
NTVDM runs:
prntsr.com which uses VDD RegisterModule to load:
prnvdd.dll which references .NET assembly:
prnlib.dll…
I could use some help assigning to a global C variable in DLL using ctypes.
The following is an example of what I'm trying:
test.c contains the following
#include <stdio.h>
char name[60];
void test(void) {
printf("Name is %s\n", name);
}
On windows (cygwin) I build a DLL (Test.dll) as…
I have a website that suddenly started to crash internet explorer.
The website loads and starts executing javascript but somewhere in there the machinery explodes. I don't even get a script error, it just crashes. I've tried to manually step through every single line of js with the built in debugger but then of course…
I'm using Visual Studio 2008 and developing a VB.NET application.
I'm having strange lockup problems with my program, but only when Internet explorer 8 is opened.
When I cover my form with another window and then uncover it, I find that it has locked up.
My program has no references to IE and the only thing it even…
While debugging a mixed mode application in VS2010, the breakpoint set on a line of code contained in an unmanaged c++ dll source file (called from a managed c# wrapper class) shows the infamous "The breakpoint will not currently be hit. No symbols have been loaded for this document" info message when hovering the…
Hello we currently have a call manager settup (older we are working on upgrading it) but for now we are looking to add 7945 IP phones. We currently have 7960's all over the place, but we can't get these new anymore.
Here is the info about our call manager
ace.dll 5.2.5.0 CCM4.1(3)
aced.dll CCM4.1(3)
…
Hi All
I've created my own little c# compiler using the tutorial on MSDN, and it's not working properly. I get a few errors, then I fix them, then I get new, different errors, then I fix them, etc etc.
The latest error is really confusing me.
---------------------------
…
Hello all, let me say first that I'm writing this question after months of trying to find out the root of a crash happening in our application. I'll try to detail as much as possible what I've already found out about it.
About the application
It runs on Windows XP…
Not long after upgrading to VS2010, my application won't shut down cleanly. If I close the app and then hit pause in the IDE, I see this:
The problem is, there's no context. The call stack just says [External code], which isn't too helpful.
Here's what I've…
I have local admin rights on the PC I am using - but some things are not allowed i.e. I can't right click on My Computer and see the properties!
Anyway I was trying to build my solution in Visual Studio - I just added a simple class library with barely any code…
I installed Visual C# 2010 Beta 2 and I get this error every time I open a project:
'This application has failed to start because MSVCR100.dll was not found. Reinstalling the application may fix the problem'
I uninstalled every VC runtime, .NET framework, C#…
I'm having trouble running basic opencv scripts on my new machine. I've installed opencv2.1. I am linking these files:
C:\OpenCV2.1\lib\cv210.lib
C:\OpenCV2.1\lib\cvaux210.lib
C:\OpenCV2.1\lib\cxcore210.lib
C:\OpenCV2.1\lib\highgui210.lib
from the linker.…
I'm having trouble running basic opencv scripts on my new machine. I've installed opencv2.1. I am linking these files:
C:\OpenCV2.1\lib\cv210.lib
C:\OpenCV2.1\lib\cvaux210.lib
C:\OpenCV2.1\lib\cxcore210.lib
C:\OpenCV2.1\lib\highgui210.lib
from the linker.…
I have VS2008 SP1 running with .NET 3.5 SP1
I have MVC2 running (with MVC1 uninstalled)
All works ok except when I call the System.Components.DatAnnotations.dll, then the compiler complains of not being able to find it.
Message is:
Could not load file…
I have one dll of cpp and i need to call its function which returns char*. Im using String in native Declaration but getting out put like ???? or some crap thing. I just want to knw that do i have to decode the String.i have already set my system property…