November 9th, 2012 09:06 AM
November 9th, 2012 07:59 AM
ListaResultadoBusca is of type List<ResultadoBusca>
I didn´t notice I was assign the session twice.
November 9th, 2012 07:10 AM
Follows the code:
rotected void Button2_Click(object sender, EventArgs e)
{
Session["busca_texto"] = busca.Text;
Session["DataSource"] = ListaResultadoBusca;
...
November 8th, 2012 01:43 PM
Hello guys and girls! I´m facing the following problem: I´m making an asp.net application with a search function when I click the search button the application makes its job and after the end of the...
April 27th, 2012 11:59 AM
I´m having the same problem.
#ifndef __COMCOLLECTION_H__
#define __COMCOLLECTION_H__
#pragma warning(disable:4530) //Template memory warning
#include <vector>
using namespace std;
April 24th, 2012 11:58 AM
It worked when I altered the order of include afxwin.h to be the first. Strange but works. :wave:
April 24th, 2012 08:26 AM
Yes, you have reason to doubt. The error persists, something is wrong. Any clue, if I change the WIndows SDK???
April 24th, 2012 08:14 AM
Sorry Paul I did not have the inttention.
I am linking just the libs I´ve already built to VS 2010, something is not correct. I took this project and added just one cpp file to isolate the...
April 23rd, 2012 01:51 PM
Humm, but yes both configrations are Release.
April 23rd, 2012 01:07 PM
Yes, I put lbwparser.lib; in Additional Dependencies on the Input page of Linker on Project Properties.
April 23rd, 2012 12:53 PM
Hi, I´m migrating a VC++ 6.0 project to VC++ 2010.
I am sure I am linking the right libraries but still getting this error:
1>LBW_Base_Private.obj : error LNK2019: unresolved external symbol...
April 17th, 2012 02:43 PM
There was not need to change oaidl.h, it´s just need to add more cpp files in the project.
Thanks :)
April 17th, 2012 02:20 PM
Solution: changed for
typedef CY; //CURRENCY;
may be?
April 17th, 2012 02:02 PM
but I´m still needing help on the main application... The error persists.
April 17th, 2012 12:44 PM
I made a simple application with the code:
#include "stdafx.h"
typedef CY; *LPCY;
typedef CY CURRENCY;
April 17th, 2012 12:34 PM
Yes, I set but then pulled off.
I have:
typedef CY *LPCY; on wtypes.h:1053
and: