-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I am using qt 4.5
I have created a project and I want to compile on visual studio 2008 for windows mobile 6.0
So I have created the project files doing this:
D:\Projects\Phone_PDA\Phone_PDA>set QMAKESPEC=win32-msvc2008
D:\Projects\Phone_PDA\Phone_PDA>qmake -tp vc
The VS project was…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I configure qt-x11 with following options
./configure -prefix /iTalk/qtx11 -prefix-install -bindir /iTalk/qtx11-install/bin -libdir /iTalk/qtx11-install/lib -docdir /iTalk/qtx11-install/doc -headerdir /iTalk/qtx11-install/include -datadir /iTalk/qtx11-install/data -examplesdir /iTalk/qtx11-install/examples…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I tried using phonon to play the video but could not succeed. Off-late came to know through the Qt forums that even the latest version of Qt does not support phonon. Thats when i started using Gstreamer.Any suggestions as to how to connect the Gstreamer window with the Qt widget?My aim is to play…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm trying to combine some existing Qt code written in C++ with some code written in Java using Qt Jambi, but I'm not quite sure how to do it. I'm basically trying to acieve two things:
Pass a QObject from C++ to Java using JNI
Pass a Qt Jambi QObject from Java to C++
It looks like I can…
>>> More
-
as seen on Developper.com
- Search for 'Developper.com'
Comme vous l'avez probablement remarqué, les réseaux sociaux explosent de partout, Developpez.com et toutes ses rubriques se doivent donc, comme toujours auparavant, de suivre l'évolution en s'ouvrant à ces réseaux sociaux. Vous pouvez donc désormais suivre l'actualité de la rubrique sur Facebook…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a code that is compiled in both gcc and vc++.
The code has a common macro which is called in two scenarios.
When we pass some parameters to it.
When we don't want to pass any parameters to it.
An example of such a code is:
#define B(X) A1##X
int main() {
int B(123), B();
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi now i am working in 2003 vc++ and i am converting(migrating) my project in to vc 2008 or new vc 2010 Beta,i saw the feature pack of 2008,2010 regards CDockable Pane(Auto Hode,floating),so i require this features ,i want to place a dialogbox or dialog bar into pane(CDockable Pane class), so i done…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My problem is "how to know which menu item is
clicked in visual studio 2005". i wrote some code using hook for monitoring
WM_MENUSELECT..it is working fine for notepad,visual c++6.0 applications but
when i use this code for VS-2005 it is not woking(these type of msgs are not
generating when i…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Man, I just had this project given to me - expand on this they say.
This is an example of ONE function:
<?php
//500+ lines of pure wonder.
function page_content_vc($content) {
global $_DBH, $_TPL, $_SET;
$_SET['ignoreTimezone'] = true;
lu_CheckUpdateLogin();
if($_SESSION['dash']['VC']['switch']…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am using VS 2003 .Net on 32 bit XP OS. I have also installed "Microsoft Platform SDK" on my machine. Can I build vc++ application (binaries) targeted for 64 bit OS?
I am using following project options :
Name="VCLinkerTool"
AdditionalOptions="/machine:AMD64 bufferoverflowU.lib"
…
>>> More