OK, thanks to Markku, I solved the problem. It's due to passing wrong param
prototype.
Thanks,
On Tue, Feb 19, 2008 at 4:28 PM, Jakov <[EMAIL PROTECTED]> wrote:
> Oh, I see. Thanks, Jussi.
>
> Now I can install the application. However, it turns to the above problem.
> When I click a button, th
Oh, I see. Thanks, Jussi.
Now I can install the application. However, it turns to the above problem.
When I click a button, the application exits with error:
Segmentation fault.
Then let's turn to Eero Tamminen's question:
"I guess in that case there's a bug in your application. Was it
also a s
Jakov wrote:
> Oops, installed the old deb file. Now I repack my app to new .deb file.
> But I can't install with this file, the problem reported:
>
>
> Unable to install testapp
> Application packages missing: hi
Hi,
Oops, installed the old deb file. Now I repack my app to new .deb file. But
I can't install with this file, the problem reported:
Unable to install testapp
Application packages missing: hildon-fm1 (>=1.14)
Hi,
ext Jakov wrote:
> Yeah, it's the same to the N800 device. When I clicked on the button,
> the app exited at once. I used only ARMEL target for testing
> (simulation) and made .deb and installed on N800 device.
I guess in that case there's a bug in your application. Was it
also a segfault li
Yeah, it's the same to the N800 device. When I clicked on the button,
the app exited at once. I used only ARMEL target for testing
(simulation) and made .deb and installed on N800 device.
On 2/18/08, Eero Tamminen <[EMAIL PROTECTED]> wrote:
> Hi,
>
> ext Jakov wrote:
> > I have a simple app with s
Hi,
ext Jakov wrote:
> I have a simple app with socket communication. In Maemo 3.x it worked well.
> But the problem comes when I use Maemo 4.0
>
> This line is ok when initializing:
>
> gtk_label_set_text (GTK_LABEL(communication_tab->label_connect), "Connect");
>
>
> The label has text "Conn
Hi,
I have a simple app with socket communication. In Maemo 3.x it worked well.
But the problem comes when I use Maemo 4.0
This line is ok when initializing:
gtk_label_set_text (GTK_LABEL(communication_tab->label_connect), "Connect");
The label has text "Connect";
When I click a button, I wan