Yeah I was testing it to be a base for a more advance project, here is the error.
Gas requirement of function browser/Untitled.sol:BasaaCoin.approveAndCall(address,uint256,bytes)unknown or not constant.
If the gas requirement of a function is higher than the block gas limit, it cannot be executed. Please avoid loops in your functions or actions that modify large areas of storage (this includes clearing or copying arrays in storage)
Has anyone gone through this tutorial: https://www.ethereum.org/token
It doesn't seem to do anything after I create a token. I am using the solo network option