I am currently having problems using Luabind to interface a Lua scripted AI with a C++ game. I call an update function inside a loop (once per frame) and this function retrieves informations from C++
I have some trouble running a program that uses this function static int upload_build_buffer(char **upload_buffer,int seq_开发者_如何学运维n, char* buffer) {
I am having a weird issue and need some help. I am on a core data project and did not yet use a fetchedResultsController, just working with fetchRequets and arrays to populate zableviews. So now I de
I am working on IdP-initiated SAML response for Salesforce and need your help. I was working with the code and found that I need a .pem开发者_开发知识库 (private) key.
I am working on idp-initated authentication. I want to generate SAML response to be sent to SalesForce. I have necessary values to be set in the response from metadata. Please tell me openSAML classes
I am creating a program to copy a text file. I have a main.cpp file which reads in a text file given by the filenamein array and then output a copy of the text file given by the filenameout array. i h
im gettin this really annoying error message. I know Im only new to this but it seems the type of thing I could figure out. Can anyone show me where im going wrong please?
I\'m having a problem with an OpenCV program which 开发者_C百科compiles correctly but when it runs it aborts giving this error:
I am using Selenium RC using Java with eclipse and TestNG framework. I have the following code snippet:
I have a QML / C++ hybrid application which is fairly complex with a few threads updating data in the background. Everything works flawlessly except when I make a certain ListView visible, populate it