Click here to Skip to main content
15,889,852 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: CAN diagram Pin
Luc Pattyn12-Jan-11 17:21
sitebuilderLuc Pattyn12-Jan-11 17:21 
QuestionHow to convert SAFEARRAY to System::Object Pin
ptr_Electron12-Dec-10 23:19
ptr_Electron12-Dec-10 23:19 
AnswerRe: How to convert SAFEARRAY to System::Object Pin
Radhakrishnan G.14-Dec-10 20:06
Radhakrishnan G.14-Dec-10 20:06 
QuestionHow to use C DLL in C++/CLI Pin
cancerion1-Dec-10 23:32
cancerion1-Dec-10 23:32 
AnswerRe: How to use C DLL in C++/CLI Pin
Luc Pattyn2-Dec-10 1:00
sitebuilderLuc Pattyn2-Dec-10 1:00 
Questionconversion Pin
rajniyadav1a1-Dec-10 19:09
rajniyadav1a1-Dec-10 19:09 
AnswerRe: conversion Pin
Ajay Vijayvargiya1-Dec-10 21:12
Ajay Vijayvargiya1-Dec-10 21:12 
Questionpythonqt scriptint & orting to lower version Pin
appollosputnik25-Nov-10 16:41
appollosputnik25-Nov-10 16:41 
Dear Friends

I am facing some problems in deploying my application for lower version of qt.

Basically i want to generate scripts for my application and I have chosen pythonqt for this purpose. Pythonqt has the problem with lower version of Qt (Qt 4.5.2) and also with Higher version of Qt (Qt 4.7). So I needed to get another machine where I have installed Qt-4.6.3 with in-built python version 2.6. I am successfully able to generate my application exe and it is running.

But the requirement is that this exe should run on my original machine so I built the application with the static link of Qt4.6.3-static.

My original machine has python2.3 installed.

But I am not able run on original machine. Its giving 3 library linking problem. as below

libpng14.so.14 => not found

libEGL.so.1 => not found

libpython2.6.so.1.0 => not found

I have libpng12 installed in original system......I am keeping the libong14 from my new machine in a local lib folder and exporting LD_LIBRARY_PATH to/the/local/lib but still its not able to find the libpng14

similarly for libpython2.6 I am keeping the libpython2.6 from new machine into the local lib folder. but its not recognizing.

libEGL i dont even know.



Please give me some suggesstions what can be done.

Thanks sujan
AnswerRe: pythonqt scriptint & orting to lower version Pin
Richard MacCutchan25-Nov-10 22:09
mveRichard MacCutchan25-Nov-10 22:09 
QuestionDelegates in Managed C++ Pin
ptr_Electron24-Nov-10 3:06
ptr_Electron24-Nov-10 3:06 
AnswerRe: Delegates in Managed C++ Pin
Dave Doknjas24-Nov-10 11:34
Dave Doknjas24-Nov-10 11:34 
GeneralRe: Delegates in Managed C++ [modified] Pin
ptr_Electron24-Nov-10 17:00
ptr_Electron24-Nov-10 17:00 
QuestionI nead to pass an Interface from the C++ wrapper into a C# class Pin
Ole Morten Heien22-Nov-10 12:03
Ole Morten Heien22-Nov-10 12:03 
AnswerRe: I nead to pass an Interface from the C++ wrapper into a C# class Pin
Radhakrishnan G.14-Dec-10 19:52
Radhakrishnan G.14-Dec-10 19:52 
GeneralRe: I nead to pass an Interface from the C++ wrapper into a C# class Pin
Ole Morten Heien14-Dec-10 23:34
Ole Morten Heien14-Dec-10 23:34 
GeneralRe: I nead to pass an Interface from the C++ wrapper into a C# class Pin
Radhakrishnan G.17-Dec-10 2:31
Radhakrishnan G.17-Dec-10 2:31 
GeneralRe: I nead to pass an Interface from the C++ wrapper into a C# class Pin
Philippe Mori10-Mar-11 15:40
Philippe Mori10-Mar-11 15:40 
GeneralRe: I nead to pass an Interface from the C++ wrapper into a C# class Pin
Ole Morten Heien10-Mar-11 21:21
Ole Morten Heien10-Mar-11 21:21 
GeneralRe: I nead to pass an Interface from the C++ wrapper into a C# class Pin
Philippe Mori11-Mar-11 2:47
Philippe Mori11-Mar-11 2:47 
GeneralRe: I nead to pass an Interface from the C++ wrapper into a C# class Pin
Ole Morten Heien11-Mar-11 2:48
Ole Morten Heien11-Mar-11 2:48 
QuestionHow to Get Function argument names in mangle data? Pin
mathivanaan21-Nov-10 21:18
mathivanaan21-Nov-10 21:18 
AnswerRe: How to Get Function argument names in mangle data? Crosspost Pin
Richard MacCutchan21-Nov-10 22:21
mveRichard MacCutchan21-Nov-10 22:21 
QuestionHow to determine an inherited managed class in C++ [modified] Pin
Juri Loosme20-Nov-10 4:12
Juri Loosme20-Nov-10 4:12 
AnswerRe: How to determine an inherited managed class in C++ Pin
Nish Nishant20-Nov-10 5:55
sitebuilderNish Nishant20-Nov-10 5:55 
GeneralRe: How to determine an inherited managed class in C++ Pin
Juri Loosme20-Nov-10 6:25
Juri Loosme20-Nov-10 6:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.